Click or drag to resize

MovedEvent Class

Represents an event in which an item or folder is moved from one parent folder to another parent folder.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class MovedEvent : Event

The MovedEvent type exposes the following members.

Constructors
  NameDescription
Public methodMovedEvent
Initializes a new instance of the MovedEvent class.
Top
Properties
  NameDescription
Public propertyId
Represents the identifier of the moved item.
Public propertyOldId
Contains the unique identifier of the original item before it was moved.
Public propertyOldParentFolderId
Contains the identifier of the original parent folder of an item or folder that was moved.
Public propertyParentFolderId
Represents the identifier of the folder that contains the moved item or folder.
Public propertyTimeStamp
Represents the timestamp of a move item/folder mailbox event.
Public propertyWatermark (Inherited from Event.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also